Skip to main content

insert script

Type

command

Summary

Places an object's script into the message path.

Syntax

insert [the] script of <object> into {front | back}

Description

Use the insert script command to use an object's script as a library for frequently-used handlers.

A script inserted into the front receives messages first, before the target object receives them. A script inserted into the back receives messages after all objects in the message path, just before the engine itself receives the message.

Objects added to the front or back are placed at the start of the frontScripts or backScripts list: the last-inserted object gets messages first.

Be aware that inserting scripts may make it difficult to understand how a stack behaves. If you use this command for development, be sure to carefully document which scripts are inserted, where, and when.

Parameters

NameTypeDescription

object

The object is any object in an open stack.

Examples

insert the script of button "Message Library" into back
insert the script of this card into front

command: remove script, place, call, start using

function: backScripts, frontScripts

glossary: object, message path

property: script

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?